home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4243 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.9 KB  |  44 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!marnold
  3. From: marnold@netcom.com (Matt Arnold)
  4. Subject: Re: portable string library
  5. Message-ID: <marnoldDLxJo4.J34@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. References: <4e743n$3m@galaxy.ucr.edu> <4ehdg8$1kn@guava.epix.net>
  8. Date: Mon, 29 Jan 1996 06:36:04 GMT
  9. Sender: marnold@netcom18.netcom.com
  10.  
  11. hphilips@epix.net (Harry Philips) writes:
  12.  
  13. >In article <4e743n$3m@galaxy.ucr.edu>, ychiu@cs.ucr.edu (Yuan-Chi Chiu) says:
  14. >>
  15. >>Hello all:
  16. >>
  17. >>  I'm looking for a string library that is portable to at least between
  18. >>Unix and MicrosoftWindows.  
  19.  
  20. >This may or may not be useful, but there's a book, "C++ Components and 
  21. >Algorithms" by Scott Robert Ladd, M&T Books, 1992, ISBN 1-55851-227-6.
  22. >As you can see by the publication date, this book is getting long of tooth
  23. >but I think you can still find it. Chapter 3 is a string class including
  24. >the C++ source code. 
  25.  
  26. >This suggestion probably constitutes a secondary information source for
  27. >you, but it could probably get you started fairly quickly if you are
  28. >unsuccessful in finding a library elsewhere, and with the source, you can
  29. >modify the class to suit your needs.
  30.  
  31. Uh, does the phrase Standard Template Library (STL) ring any bells?  It 
  32. includes a nice class called "string".  For those that don't know, the 
  33. STL is poised to become the de facto standard glob of ADT, algorithm and 
  34. utility classes for C++ programming.
  35.  
  36. Regards,
  37. -------------------------------------------------------------------------
  38. Matt Arnold                       |        | ||| | |||| |  | | || ||
  39. marnold@netcom.com                |        | ||| | |||| |  | | || ||
  40. Boston, MA                        |      0 | ||| | |||| |  | | || ||
  41. 617.389.7384 (h) 617.576.2760 (w) |        | ||| | |||| |  | | || ||
  42. C++, MIDI, Win32/95 developer     |        | ||| 4 3 1   0 8 3 || ||
  43. -------------------------------------------------------------------------
  44.